home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / perl / rpc / pmap_prot.ph < prev    next >
Encoding:
Text File  |  1991-08-12  |  387 b   |  13 lines

  1. sub PMAPPORT {(( &u_short)111);}
  2. sub PMAPPROG {(( &u_long)100000);}
  3. sub PMAPVERS {(( &u_long)2);}
  4. sub PMAPVERS_PROTO {(( &u_long)2);}
  5. sub PMAPVERS_ORIG {(( &u_long)1);}
  6. sub PMAPPROC_NULL {(( &u_long)0);}
  7. sub PMAPPROC_SET {(( &u_long)1);}
  8. sub PMAPPROC_UNSET {(( &u_long)2);}
  9. sub PMAPPROC_GETPORT {(( &u_long)3);}
  10. sub PMAPPROC_DUMP {(( &u_long)4);}
  11. sub PMAPPROC_CALLIT {(( &u_long)5);}
  12. 1;
  13.